alter table "NewLabBookingDetail" add column "ReportUrl" text,add column "ExternalLab" bool default false;

alter table "NewLabBookingDetail" add column "UploadedBy" int references "Account"("AccountId"),
 add column "UploadedDate" timestamp without time zone;
